	body {
	background-color: black;
	}

	p {
	font-family: verdana;
	font-size: 15px;
	color: white;
	}

	img {
		border-color: white;
		border-style: solid;
		border-width: 3px;
	}
	
	h1 {
	color: white;
	}
	
	h3 {
	color: white;
	}
	h1.title {
		font-family: "Times New Roman";
		font-size: 34px;
		font-weight: bold;
	}
	h3 {
		font-family: "Times New Roman";
		font-size: 24px;
		font-weight: bold;
		color: white;
	}